Html Css Color HEX #35712B Japanese Laurel

📋 copy color: '#35712B'

red 53 ◦ green 113 ◦ blue 43

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

Shades of Japanese Laurel #35712B

Tints of Japanese Laurel #35712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

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

R = 25.36%
G = 54.07%
B = 20.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#35712B (or 0x35712B) is known color: Japanese Laurel. HEX triplet: 35, 71 and 2B. RGB value is (53,113,43). Sum of RGB (Red+Green+Blue) = 53+113+43=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #35712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35712B is #CA8ED4. Grayscale: #575757. Windows color (decimal): -13274837 or 2847029. OLE color: 2847029.

HSL color Cylindrical-coordinate representation of color #35712B: hue angle of 111.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35712B is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 43 -
CMYK 0.53 0 0.62 0.56
HSL 111.43º 0.45% 0.31% -
HSV(B) 111.43º 0.62% 0.44% -
XYZ 7.81 12.74 4.33 -
YUV 87.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 53 113 43 0.53 0 0.62 0.56 111.43 0.45 0.31
Hex 35 71 2B 35 0 3E 38 6F 2D 1F
Octal 65 161 53 65 0 76 70 157 55 37
Binary 110101 1110001 101011 110101 0 111110 111000 1101111 101101 11111

Color Harmonies of #35712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35712B

Black with #35712B

Text Example


Text Example

White with #35712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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