Html Css Color HEX #32923A Japanese Laurel

📋 copy color: '#32923A'

red 50 ◦ green 146 ◦ blue 58

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

Shades of Japanese Laurel #32923A

Tints of Japanese Laurel #32923A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 19.69%
G = 57.48%
B = 22.83%

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

#32923A (or 0x32923A) is known color: Japanese Laurel. HEX triplet: 32, 92 and 3A. RGB value is (50,146,58). Sum of RGB (Red+Green+Blue) = 50+146+58=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #32923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32923A is #CD6DC5. Grayscale: #6B6B6B. Windows color (decimal): -13462982 or 3838514. OLE color: 3838514.

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

Color convert

RGB 50 146 58 -
CMYK 0.66 0 0.60 0.43
HSL 125º 0.49% 0.38% -
HSV(B) 125º 0.66% 0.57% -
XYZ 12.36 21.54 7.51 -
YUV 107.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 50 146 58 0.66 0 0.60 0.43 125 0.49 0.38
Hex 32 92 3A 42 0 3C 2B 7D 31 26
Octal 62 222 72 102 0 74 53 175 61 46
Binary 110010 10010010 111010 1000010 0 111100 101011 1111101 110001 100110

Color Harmonies of #32923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32923A

Black with #32923A

Text Example


Text Example

White with #32923A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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