Html Css Color HEX #35863B Japanese Laurel

📋 copy color: '#35863B'

red 53 ◦ green 134 ◦ blue 59

#35863B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #35863B

Tints of Japanese Laurel #35863B

RGB

 RED value IS 53 (21.09% from 255) = 21.54%

 GREEN value IS 134 (52.73% from 255) = 54.47%

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 21.54%
G = 54.47%
B = 23.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35863B (or 0x35863B) is known color: Japanese Laurel. HEX triplet: 35, 86 and 3B. RGB value is (53,134,59). Sum of RGB (Red+Green+Blue) = 53+134+59=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #35863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35863B is #CA79C4. Grayscale: #656565. Windows color (decimal): -13269445 or 3900981. OLE color: 3900981.

HSL color Cylindrical-coordinate representation of color #35863B: hue angle of 124.44º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35863B is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 59 -
CMYK 0.60 0 0.56 0.47
HSL 124.44º 0.43% 0.37% -
HSV(B) 124.44º 0.6% 0.53% -
XYZ 10.78 18.12 7.07 -
YUV 101.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 53 134 59 0.60 0 0.56 0.47 124.44 0.43 0.37
Hex 35 86 3B 3C 0 38 2F 7C 2B 25
Octal 65 206 73 74 0 70 57 174 53 45
Binary 110101 10000110 111011 111100 0 111000 101111 1111100 101011 100101

Color Harmonies of #35863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35863B

Black with #35863B

Text Example


Text Example

White with #35863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35863B; }

 p { color: rgb(53,134,59); }

 H1.HeaderClassName
 {
   color: #35863B;
 }
 .AnyTagClassName
 {
   color: #35863B;
 }
</style>

background-color css

<style>
 a { background-color: #35863B; }

 a { background-color: rgb(53,134,59); }

 div.DivClassName
 {
   background-color: #35863B;
 }
 .BgClassName
 {
   background-color: #35863B;
 }
</style>

border-color css

<style>
 span { border-color: #35863B; }

 span { border-color: rgb(53,134,59); }

 td.TdClassName
 {
   border-color: #35863B;
 }
 .TagClassName
 {
   border-color: #35863B;
 }
</style>