Html Css Color HEX #32913D Japanese Laurel

📋 copy color: '#32913D'

red 50 ◦ green 145 ◦ blue 61

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

Shades of Japanese Laurel #32913D

Tints of Japanese Laurel #32913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 19.53%
G = 56.64%
B = 23.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#32913D (or 0x32913D) is known color: Japanese Laurel. HEX triplet: 32, 91 and 3D. RGB value is (50,145,61). Sum of RGB (Red+Green+Blue) = 50+145+61=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #32913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32913D is #CD6EC2. Grayscale: #6B6B6B. Windows color (decimal): -13463235 or 4034866. OLE color: 4034866.

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

Color convert

RGB 50 145 61 -
CMYK 0.66 0 0.58 0.43
HSL 126.95º 0.49% 0.38% -
HSV(B) 126.95º 0.66% 0.57% -
XYZ 12.28 21.27 7.87 -
YUV 107.02 102.03 87.33 -
System Red Green Blue C M Y K H S L
Decimal 50 145 61 0.66 0 0.58 0.43 126.95 0.49 0.38
Hex 32 91 3D 42 0 3A 2B 7F 31 26
Octal 62 221 75 102 0 72 53 177 61 46
Binary 110010 10010001 111101 1000010 0 111010 101011 1111111 110001 100110

Color Harmonies of #32913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32913D

Black with #32913D

Text Example


Text Example

White with #32913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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