Html Css Color HEX #33722A Japanese Laurel

📋 copy color: '#33722A'

red 51 ◦ green 114 ◦ blue 42

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

Shades of Japanese Laurel #33722A

Tints of Japanese Laurel #33722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.07%

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 24.64%
G = 55.07%
B = 20.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#33722A (or 0x33722A) is known color: Japanese Laurel. HEX triplet: 33, 72 and 2A. RGB value is (51,114,42). Sum of RGB (Red+Green+Blue) = 51+114+42=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #33722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33722A is #CC8DD5. Grayscale: #575757. Windows color (decimal): -13405654 or 2781747. OLE color: 2781747.

HSL color Cylindrical-coordinate representation of color #33722A: hue angle of 112.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33722A is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 42 -
CMYK 0.55 0 0.63 0.55
HSL 112.5º 0.46% 0.31% -
HSV(B) 112.5º 0.63% 0.45% -
XYZ 7.8 12.91 4.27 -
YUV 86.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 51 114 42 0.55 0 0.63 0.55 112.5 0.46 0.31
Hex 33 72 2A 37 0 3F 37 70 2E 1F
Octal 63 162 52 67 0 77 67 160 56 37
Binary 110011 1110010 101010 110111 0 111111 110111 1110000 101110 11111

Color Harmonies of #33722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33722A

Black with #33722A

Text Example


Text Example

White with #33722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33722A; }

 p { color: rgb(51,114,42); }

 H1.HeaderClassName
 {
   color: #33722A;
 }
 .AnyTagClassName
 {
   color: #33722A;
 }
</style>

background-color css

<style>
 a { background-color: #33722A; }

 a { background-color: rgb(51,114,42); }

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

border-color css

<style>
 span { border-color: #33722A; }

 span { border-color: rgb(51,114,42); }

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