Html Css Color HEX #33772B Japanese Laurel

📋 copy color: '#33772B'

red 51 ◦ green 119 ◦ blue 43

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

Shades of Japanese Laurel #33772B

Tints of Japanese Laurel #33772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.87%

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 23.94%
G = 55.87%
B = 20.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#33772B (or 0x33772B) is known color: Japanese Laurel. HEX triplet: 33, 77 and 2B. RGB value is (51,119,43). Sum of RGB (Red+Green+Blue) = 51+119+43=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #33772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33772B is #CC88D4. Grayscale: #5A5A5A. Windows color (decimal): -13404373 or 2848563. OLE color: 2848563.

HSL color Cylindrical-coordinate representation of color #33772B: hue angle of 113.68º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33772B is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 43 -
CMYK 0.57 0 0.64 0.53
HSL 113.68º 0.47% 0.32% -
HSV(B) 113.68º 0.64% 0.47% -
XYZ 8.4 14.07 4.56 -
YUV 90 101.47 100.18 -
System Red Green Blue C M Y K H S L
Decimal 51 119 43 0.57 0 0.64 0.53 113.68 0.47 0.32
Hex 33 77 2B 39 0 40 35 72 2F 20
Octal 63 167 53 71 0 100 65 162 57 40
Binary 110011 1110111 101011 111001 0 1000000 110101 1110010 101111 100000

Color Harmonies of #33772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33772B

Black with #33772B

Text Example


Text Example

White with #33772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33772B; }

 p { color: rgb(51,119,43); }

 H1.HeaderClassName
 {
   color: #33772B;
 }
 .AnyTagClassName
 {
   color: #33772B;
 }
</style>

background-color css

<style>
 a { background-color: #33772B; }

 a { background-color: rgb(51,119,43); }

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

border-color css

<style>
 span { border-color: #33772B; }

 span { border-color: rgb(51,119,43); }

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