Html Css Color HEX #35863E Japanese Laurel

📋 copy color: '#35863E'

red 53 ◦ green 134 ◦ blue 62

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

Shades of Japanese Laurel #35863E

Tints of Japanese Laurel #35863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 21.29%
G = 53.82%
B = 24.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#35863E (or 0x35863E) is known color: Japanese Laurel. HEX triplet: 35, 86 and 3E. RGB value is (53,134,62). Sum of RGB (Red+Green+Blue) = 53+134+62=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #35863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35863E is #CA79C1. Grayscale: #656565. Windows color (decimal): -13269442 or 4097589. OLE color: 4097589.

HSL color Cylindrical-coordinate representation of color #35863E: hue angle of 126.67º 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 #35863E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 62 -
CMYK 0.60 0 0.54 0.47
HSL 126.67º 0.43% 0.37% -
HSV(B) 126.67º 0.6% 0.53% -
XYZ 10.86 18.15 7.49 -
YUV 101.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 53 134 62 0.60 0 0.54 0.47 126.67 0.43 0.37
Hex 35 86 3E 3C 0 36 2F 7F 2B 25
Octal 65 206 76 74 0 66 57 177 53 45
Binary 110101 10000110 111110 111100 0 110110 101111 1111111 101011 100101

Color Harmonies of #35863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35863E

Black with #35863E

Text Example


Text Example

White with #35863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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