Html Css Color HEX #33832E Japanese Laurel

📋 copy color: '#33832E'

red 51 ◦ green 131 ◦ blue 46

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

Shades of Japanese Laurel #33832E

Tints of Japanese Laurel #33832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

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

R = 22.37%
G = 57.46%
B = 20.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#33832E (or 0x33832E) is known color: Japanese Laurel. HEX triplet: 33, 83 and 2E. RGB value is (51,131,46). Sum of RGB (Red+Green+Blue) = 51+131+46=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #33832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33832E is #CC7CD1. Grayscale: #616161. Windows color (decimal): -13401298 or 3048243. OLE color: 3048243.

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

Color convert

RGB 51 131 46 -
CMYK 0.61 0 0.65 0.49
HSL 116.47º 0.48% 0.35% -
HSV(B) 116.47º 0.65% 0.51% -
XYZ 9.97 17.13 5.37 -
YUV 97.39 99 94.91 -
System Red Green Blue C M Y K H S L
Decimal 51 131 46 0.61 0 0.65 0.49 116.47 0.48 0.35
Hex 33 83 2E 3D 0 41 31 74 30 23
Octal 63 203 56 75 0 101 61 164 60 43
Binary 110011 10000011 101110 111101 0 1000001 110001 1110100 110000 100011

Color Harmonies of #33832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33832E

Black with #33832E

Text Example


Text Example

White with #33832E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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