Html Css Color HEX #33762B Japanese Laurel

📋 copy color: '#33762B'

red 51 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #33762B

Tints of Japanese Laurel #33762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.66%

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

R = 24.06%
G = 55.66%
B = 20.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#33762B (or 0x33762B) is known color: Japanese Laurel. HEX triplet: 33, 76 and 2B. RGB value is (51,118,43). Sum of RGB (Red+Green+Blue) = 51+118+43=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #33762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33762B is #CC89D4. Grayscale: #595959. Windows color (decimal): -13404629 or 2848307. OLE color: 2848307.

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

Color convert

RGB 51 118 43 -
CMYK 0.57 0 0.64 0.54
HSL 113.6º 0.47% 0.32% -
HSV(B) 113.6º 0.64% 0.46% -
XYZ 8.28 13.84 4.52 -
YUV 89.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 51 118 43 0.57 0 0.64 0.54 113.6 0.47 0.32
Hex 33 76 2B 39 0 40 36 72 2F 20
Octal 63 166 53 71 0 100 66 162 57 40
Binary 110011 1110110 101011 111001 0 1000000 110110 1110010 101111 100000

Color Harmonies of #33762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33762B

Black with #33762B

Text Example


Text Example

White with #33762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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