Html Css Color HEX #32903C Japanese Laurel

📋 copy color: '#32903C'

red 50 ◦ green 144 ◦ blue 60

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

Shades of Japanese Laurel #32903C

Tints of Japanese Laurel #32903C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.69%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 19.69%
G = 56.69%
B = 23.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#32903C (or 0x32903C) is known color: Japanese Laurel. HEX triplet: 32, 90 and 3C. RGB value is (50,144,60). Sum of RGB (Red+Green+Blue) = 50+144+60=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #32903C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32903C is #CD6FC3. Grayscale: #6A6A6A. Windows color (decimal): -13463492 or 3969074. OLE color: 3969074.

HSL color Cylindrical-coordinate representation of color #32903C: hue angle of 126.38º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32903C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 60 -
CMYK 0.65 0 0.58 0.44
HSL 126.38º 0.48% 0.38% -
HSV(B) 126.38º 0.65% 0.56% -
XYZ 12.1 20.95 7.68 -
YUV 106.32 101.86 87.83 -
System Red Green Blue C M Y K H S L
Decimal 50 144 60 0.65 0 0.58 0.44 126.38 0.48 0.38
Hex 32 90 3C 41 0 3A 2C 7E 30 26
Octal 62 220 74 101 0 72 54 176 60 46
Binary 110010 10010000 111100 1000001 0 111010 101100 1111110 110000 100110

Color Harmonies of #32903C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32903C

Black with #32903C

Text Example


Text Example

White with #32903C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,144,60); }

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

background-color css

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

 a { background-color: rgb(50,144,60); }

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

border-color css

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

 span { border-color: rgb(50,144,60); }

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