Html Css Color HEX #32823D Japanese Laurel

📋 copy color: '#32823D'

red 50 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #32823D

Tints of Japanese Laurel #32823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.94%

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

R = 20.75%
G = 53.94%
B = 25.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#32823D (or 0x32823D) is known color: Japanese Laurel. HEX triplet: 32, 82 and 3D. RGB value is (50,130,61). Sum of RGB (Red+Green+Blue) = 50+130+61=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #32823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32823D is #CD7DC2. Grayscale: #626262. Windows color (decimal): -13467075 or 4031026. OLE color: 4031026.

HSL color Cylindrical-coordinate representation of color #32823D: hue angle of 128.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32823D is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 61 -
CMYK 0.62 0 0.53 0.49
HSL 128.25º 0.44% 0.35% -
HSV(B) 128.25º 0.62% 0.51% -
XYZ 10.14 16.98 7.16 -
YUV 98.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 50 130 61 0.62 0 0.53 0.49 128.25 0.44 0.35
Hex 32 82 3D 3E 0 35 31 80 2C 23
Octal 62 202 75 76 0 65 61 200 54 43
Binary 110010 10000010 111101 111110 0 110101 110001 10000000 101100 100011

Color Harmonies of #32823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32823D

Black with #32823D

Text Example


Text Example

White with #32823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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