Html Css Color HEX #32923C Japanese Laurel

📋 copy color: '#32923C'

red 50 ◦ green 146 ◦ blue 60

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

Shades of Japanese Laurel #32923C

Tints of Japanese Laurel #32923C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.03%

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

R = 19.53%
G = 57.03%
B = 23.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#32923C (or 0x32923C) is known color: Japanese Laurel. HEX triplet: 32, 92 and 3C. RGB value is (50,146,60). Sum of RGB (Red+Green+Blue) = 50+146+60=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #32923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32923C is #CD6DC3. Grayscale: #6B6B6B. Windows color (decimal): -13462980 or 3969586. OLE color: 3969586.

HSL color Cylindrical-coordinate representation of color #32923C: hue angle of 126.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32923C is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 60 -
CMYK 0.66 0 0.59 0.43
HSL 126.25º 0.49% 0.38% -
HSV(B) 126.25º 0.66% 0.57% -
XYZ 12.41 21.56 7.78 -
YUV 107.49 101.2 86.99 -
System Red Green Blue C M Y K H S L
Decimal 50 146 60 0.66 0 0.59 0.43 126.25 0.49 0.38
Hex 32 92 3C 42 0 3B 2B 7E 31 26
Octal 62 222 74 102 0 73 53 176 61 46
Binary 110010 10010010 111100 1000010 0 111011 101011 1111110 110001 100110

Color Harmonies of #32923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32923C

Black with #32923C

Text Example


Text Example

White with #32923C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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