Html Css Color HEX #32923B Japanese Laurel

📋 copy color: '#32923B'

red 50 ◦ green 146 ◦ blue 59

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

Shades of Japanese Laurel #32923B

Tints of Japanese Laurel #32923B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 19.61%
G = 57.25%
B = 23.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#32923B (or 0x32923B) is known color: Japanese Laurel. HEX triplet: 32, 92 and 3B. RGB value is (50,146,59). Sum of RGB (Red+Green+Blue) = 50+146+59=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #32923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32923B is #CD6DC4. Grayscale: #6B6B6B. Windows color (decimal): -13462981 or 3904050. OLE color: 3904050.

HSL color Cylindrical-coordinate representation of color #32923B: hue angle of 125.62º 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 #32923B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 59 -
CMYK 0.66 0 0.60 0.43
HSL 125.63º 0.49% 0.38% -
HSV(B) 125.63º 0.66% 0.57% -
XYZ 12.38 21.55 7.64 -
YUV 107.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 50 146 59 0.66 0 0.60 0.43 125.63 0.49 0.38
Hex 32 92 3B 42 0 3C 2B 7E 31 26
Octal 62 222 73 102 0 74 53 176 61 46
Binary 110010 10010010 111011 1000010 0 111100 101011 1111110 110001 100110

Color Harmonies of #32923B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32923B

Black with #32923B

Text Example


Text Example

White with #32923B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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