Html Css Color HEX #32913F Japanese Laurel

📋 copy color: '#32913F'

red 50 ◦ green 145 ◦ blue 63

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

Shades of Japanese Laurel #32913F

Tints of Japanese Laurel #32913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.2%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 19.38%
G = 56.2%
B = 24.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#32913F (or 0x32913F) is known color: Japanese Laurel. HEX triplet: 32, 91 and 3F. RGB value is (50,145,63). Sum of RGB (Red+Green+Blue) = 50+145+63=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #32913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32913F is #CD6EC0. Grayscale: #6B6B6B. Windows color (decimal): -13463233 or 4165938. OLE color: 4165938.

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

Color convert

RGB 50 145 63 -
CMYK 0.66 0 0.57 0.43
HSL 128.21º 0.49% 0.38% -
HSV(B) 128.21º 0.66% 0.57% -
XYZ 12.34 21.29 8.16 -
YUV 107.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 50 145 63 0.66 0 0.57 0.43 128.21 0.49 0.38
Hex 32 91 3F 42 0 39 2B 80 31 26
Octal 62 221 77 102 0 71 53 200 61 46
Binary 110010 10010001 111111 1000010 0 111001 101011 10000000 110001 100110

Color Harmonies of #32913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32913F

Black with #32913F

Text Example


Text Example

White with #32913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32913F; }

 p { color: rgb(50,145,63); }

 H1.HeaderClassName
 {
   color: #32913F;
 }
 .AnyTagClassName
 {
   color: #32913F;
 }
</style>

background-color css

<style>
 a { background-color: #32913F; }

 a { background-color: rgb(50,145,63); }

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

border-color css

<style>
 span { border-color: #32913F; }

 span { border-color: rgb(50,145,63); }

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