Html Css Color HEX #35762B Japanese Laurel

📋 copy color: '#35762B'

red 53 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #35762B

Tints of Japanese Laurel #35762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.14%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 24.77%
G = 55.14%
B = 20.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#35762B (or 0x35762B) is known color: Japanese Laurel. HEX triplet: 35, 76 and 2B. RGB value is (53,118,43). Sum of RGB (Red+Green+Blue) = 53+118+43=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #35762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35762B is #CA89D4. Grayscale: #5A5A5A. Windows color (decimal): -13273557 or 2848309. OLE color: 2848309.

HSL color Cylindrical-coordinate representation of color #35762B: hue angle of 112º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35762B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 43 -
CMYK 0.55 0 0.64 0.54
HSL 112º 0.47% 0.32% -
HSV(B) 112º 0.64% 0.46% -
XYZ 8.38 13.89 4.52 -
YUV 90.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 53 118 43 0.55 0 0.64 0.54 112 0.47 0.32
Hex 35 76 2B 37 0 40 36 70 2F 20
Octal 65 166 53 67 0 100 66 160 57 40
Binary 110101 1110110 101011 110111 0 1000000 110110 1110000 101111 100000

Color Harmonies of #35762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35762B

Black with #35762B

Text Example


Text Example

White with #35762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,118,43); }

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

background-color css

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

 a { background-color: rgb(53,118,43); }

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

border-color css

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

 span { border-color: rgb(53,118,43); }

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