Html Css Color HEX #33822C Japanese Laurel

📋 copy color: '#33822C'

red 51 ◦ green 130 ◦ blue 44

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

Shades of Japanese Laurel #33822C

Tints of Japanese Laurel #33822C

RGB

 RED value IS 51 (20.31% from 255) = 22.67%

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

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 22.67%
G = 57.78%
B = 19.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#33822C (or 0x33822C) is known color: Japanese Laurel. HEX triplet: 33, 82 and 2C. RGB value is (51,130,44). Sum of RGB (Red+Green+Blue) = 51+130+44=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #33822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33822C is #CC7DD3. Grayscale: #606060. Windows color (decimal): -13401556 or 2916915. OLE color: 2916915.

HSL color Cylindrical-coordinate representation of color #33822C: hue angle of 115.12º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33822C is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 44 -
CMYK 0.61 0 0.66 0.49
HSL 115.12º 0.49% 0.34% -
HSV(B) 115.12º 0.66% 0.51% -
XYZ 9.8 16.85 5.12 -
YUV 96.58 98.33 95.49 -
System Red Green Blue C M Y K H S L
Decimal 51 130 44 0.61 0 0.66 0.49 115.12 0.49 0.34
Hex 33 82 2C 3D 0 42 31 73 31 22
Octal 63 202 54 75 0 102 61 163 61 42
Binary 110011 10000010 101100 111101 0 1000010 110001 1110011 110001 100010

Color Harmonies of #33822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33822C

Black with #33822C

Text Example


Text Example

White with #33822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33822C; }

 p { color: rgb(51,130,44); }

 H1.HeaderClassName
 {
   color: #33822C;
 }
 .AnyTagClassName
 {
   color: #33822C;
 }
</style>

background-color css

<style>
 a { background-color: #33822C; }

 a { background-color: rgb(51,130,44); }

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

border-color css

<style>
 span { border-color: #33822C; }

 span { border-color: rgb(51,130,44); }

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