Html Css Color HEX #35722C Japanese Laurel

📋 copy color: '#35722C'

red 53 ◦ green 114 ◦ blue 44

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

Shades of Japanese Laurel #35722C

Tints of Japanese Laurel #35722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.03%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 25.12%
G = 54.03%
B = 20.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#35722C (or 0x35722C) is known color: Japanese Laurel. HEX triplet: 35, 72 and 2C. RGB value is (53,114,44). Sum of RGB (Red+Green+Blue) = 53+114+44=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #35722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35722C is #CA8DD3. Grayscale: #585858. Windows color (decimal): -13274580 or 2912821. OLE color: 2912821.

HSL color Cylindrical-coordinate representation of color #35722C: hue angle of 112.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35722C is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 44 -
CMYK 0.54 0 0.61 0.55
HSL 112.29º 0.44% 0.31% -
HSV(B) 112.29º 0.61% 0.45% -
XYZ 7.94 12.97 4.47 -
YUV 87.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 53 114 44 0.54 0 0.61 0.55 112.29 0.44 0.31
Hex 35 72 2C 36 0 3D 37 70 2C 1F
Octal 65 162 54 66 0 75 67 160 54 37
Binary 110101 1110010 101100 110110 0 111101 110111 1110000 101100 11111

Color Harmonies of #35722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35722C

Black with #35722C

Text Example


Text Example

White with #35722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35722C; }

 p { color: rgb(53,114,44); }

 H1.HeaderClassName
 {
   color: #35722C;
 }
 .AnyTagClassName
 {
   color: #35722C;
 }
</style>

background-color css

<style>
 a { background-color: #35722C; }

 a { background-color: rgb(53,114,44); }

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

border-color css

<style>
 span { border-color: #35722C; }

 span { border-color: rgb(53,114,44); }

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