Html Css Color HEX #35752C Japanese Laurel

📋 copy color: '#35752C'

red 53 ◦ green 117 ◦ blue 44

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

Shades of Japanese Laurel #35752C

Tints of Japanese Laurel #35752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

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

R = 24.77%
G = 54.67%
B = 20.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#35752C (or 0x35752C) is known color: Japanese Laurel. HEX triplet: 35, 75 and 2C. RGB value is (53,117,44). Sum of RGB (Red+Green+Blue) = 53+117+44=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #35752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35752C is #CA8AD3. Grayscale: #595959. Windows color (decimal): -13273812 or 2913589. OLE color: 2913589.

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

Color convert

RGB 53 117 44 -
CMYK 0.55 0 0.62 0.54
HSL 112.6º 0.45% 0.32% -
HSV(B) 112.6º 0.62% 0.46% -
XYZ 8.28 13.66 4.58 -
YUV 89.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 53 117 44 0.55 0 0.62 0.54 112.6 0.45 0.32
Hex 35 75 2C 37 0 3E 36 71 2D 20
Octal 65 165 54 67 0 76 66 161 55 40
Binary 110101 1110101 101100 110111 0 111110 110110 1110001 101101 100000

Color Harmonies of #35752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35752C

Black with #35752C

Text Example


Text Example

White with #35752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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