Html Css Color HEX #33842C Japanese Laurel

📋 copy color: '#33842C'

red 51 ◦ green 132 ◦ blue 44

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

Shades of Japanese Laurel #33842C

Tints of Japanese Laurel #33842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.15%

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

R = 22.47%
G = 58.15%
B = 19.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#33842C (or 0x33842C) is known color: Japanese Laurel. HEX triplet: 33, 84 and 2C. RGB value is (51,132,44). Sum of RGB (Red+Green+Blue) = 51+132+44=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #33842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33842C is #CC7BD3. Grayscale: #626262. Windows color (decimal): -13401044 or 2917427. OLE color: 2917427.

HSL color Cylindrical-coordinate representation of color #33842C: hue angle of 115.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33842C is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 44 -
CMYK 0.61 0 0.67 0.48
HSL 115.23º 0.5% 0.35% -
HSV(B) 115.23º 0.67% 0.52% -
XYZ 10.07 17.39 5.21 -
YUV 97.75 97.66 94.66 -
System Red Green Blue C M Y K H S L
Decimal 51 132 44 0.61 0 0.67 0.48 115.23 0.5 0.35
Hex 33 84 2C 3D 0 43 30 73 32 23
Octal 63 204 54 75 0 103 60 163 62 43
Binary 110011 10000100 101100 111101 0 1000011 110000 1110011 110010 100011

Color Harmonies of #33842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33842C

Black with #33842C

Text Example


Text Example

White with #33842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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