Html Css Color HEX #35772C Japanese Laurel

📋 copy color: '#35772C'

red 53 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #35772C

Tints of Japanese Laurel #35772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

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

R = 24.54%
G = 55.09%
B = 20.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#35772C (or 0x35772C) is known color: Japanese Laurel. HEX triplet: 35, 77 and 2C. RGB value is (53,119,44). Sum of RGB (Red+Green+Blue) = 53+119+44=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #35772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35772C is #CA88D3. Grayscale: #5A5A5A. Windows color (decimal): -13273300 or 2914101. OLE color: 2914101.

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

Color convert

RGB 53 119 44 -
CMYK 0.55 0 0.63 0.53
HSL 112.8º 0.46% 0.32% -
HSV(B) 112.8º 0.63% 0.47% -
XYZ 8.52 14.13 4.66 -
YUV 90.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 53 119 44 0.55 0 0.63 0.53 112.8 0.46 0.32
Hex 35 77 2C 37 0 3F 35 71 2E 20
Octal 65 167 54 67 0 77 65 161 56 40
Binary 110101 1110111 101100 110111 0 111111 110101 1110001 101110 100000

Color Harmonies of #35772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35772C

Black with #35772C

Text Example


Text Example

White with #35772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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