Html Css Color HEX #35752E Japanese Laurel

📋 copy color: '#35752E'

red 53 ◦ green 117 ◦ blue 46

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

Shades of Japanese Laurel #35752E

Tints of Japanese Laurel #35752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 24.54%
G = 54.17%
B = 21.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#35752E (or 0x35752E) is known color: Japanese Laurel. HEX triplet: 35, 75 and 2E. RGB value is (53,117,46). Sum of RGB (Red+Green+Blue) = 53+117+46=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #35752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35752E is #CA8AD1. Grayscale: #595959. Windows color (decimal): -13273810 or 3044661. OLE color: 3044661.

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

Color convert

RGB 53 117 46 -
CMYK 0.55 0 0.61 0.54
HSL 114.08º 0.44% 0.32% -
HSV(B) 114.08º 0.61% 0.46% -
XYZ 8.32 13.68 4.79 -
YUV 89.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 53 117 46 0.55 0 0.61 0.54 114.08 0.44 0.32
Hex 35 75 2E 37 0 3D 36 72 2C 20
Octal 65 165 56 67 0 75 66 162 54 40
Binary 110101 1110101 101110 110111 0 111101 110110 1110010 101100 100000

Color Harmonies of #35752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35752E

Black with #35752E

Text Example


Text Example

White with #35752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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