Html Css Color HEX #33842E Japanese Laurel

📋 copy color: '#33842E'

red 51 ◦ green 132 ◦ blue 46

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

Shades of Japanese Laurel #33842E

Tints of Japanese Laurel #33842E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 22.27%
G = 57.64%
B = 20.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#33842E (or 0x33842E) is known color: Japanese Laurel. HEX triplet: 33, 84 and 2E. RGB value is (51,132,46). Sum of RGB (Red+Green+Blue) = 51+132+46=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #33842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33842E is #CC7BD1. Grayscale: #626262. Windows color (decimal): -13401042 or 3048499. OLE color: 3048499.

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

Color convert

RGB 51 132 46 -
CMYK 0.61 0 0.65 0.48
HSL 116.51º 0.48% 0.35% -
HSV(B) 116.51º 0.65% 0.52% -
XYZ 10.11 17.4 5.41 -
YUV 97.98 98.66 94.49 -
System Red Green Blue C M Y K H S L
Decimal 51 132 46 0.61 0 0.65 0.48 116.51 0.48 0.35
Hex 33 84 2E 3D 0 41 30 75 30 23
Octal 63 204 56 75 0 101 60 165 60 43
Binary 110011 10000100 101110 111101 0 1000001 110000 1110101 110000 100011

Color Harmonies of #33842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33842E

Black with #33842E

Text Example


Text Example

White with #33842E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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