Html Css Color HEX #32852E Japanese Laurel

📋 copy color: '#32852E'

red 50 ◦ green 133 ◦ blue 46

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

Shades of Japanese Laurel #32852E

Tints of Japanese Laurel #32852E

RGB

 RED value IS 50 (19.92% from 255) = 21.83%

 GREEN value IS 133 (52.34% from 255) = 58.08%

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

R = 21.83%
G = 58.08%
B = 20.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#32852E (or 0x32852E) is known color: Japanese Laurel. HEX triplet: 32, 85 and 2E. RGB value is (50,133,46). Sum of RGB (Red+Green+Blue) = 50+133+46=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #32852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32852E is #CD7AD1. Grayscale: #626262. Windows color (decimal): -13466322 or 3048754. OLE color: 3048754.

HSL color Cylindrical-coordinate representation of color #32852E: hue angle of 117.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32852E is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 46 -
CMYK 0.62 0 0.65 0.48
HSL 117.24º 0.49% 0.35% -
HSV(B) 117.24º 0.65% 0.52% -
XYZ 10.2 17.65 5.45 -
YUV 98.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 50 133 46 0.62 0 0.65 0.48 117.24 0.49 0.35
Hex 32 85 2E 3E 0 41 30 75 31 23
Octal 62 205 56 76 0 101 60 165 61 43
Binary 110010 10000101 101110 111110 0 1000001 110000 1110101 110001 100011

Color Harmonies of #32852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32852E

Black with #32852E

Text Example


Text Example

White with #32852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,133,46); }

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

background-color css

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

 a { background-color: rgb(50,133,46); }

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

border-color css

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

 span { border-color: rgb(50,133,46); }

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