Html Css Color HEX #33742F Japanese Laurel

📋 copy color: '#33742F'

red 51 ◦ green 116 ◦ blue 47

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

Shades of Japanese Laurel #33742F

Tints of Japanese Laurel #33742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 23.83%
G = 54.21%
B = 21.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#33742F (or 0x33742F) is known color: Japanese Laurel. HEX triplet: 33, 74 and 2F. RGB value is (51,116,47). Sum of RGB (Red+Green+Blue) = 51+116+47=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #33742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33742F is #CC8BD0. Grayscale: #585858. Windows color (decimal): -13405137 or 3109939. OLE color: 3109939.

HSL color Cylindrical-coordinate representation of color #33742F: hue angle of 116.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33742F is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 47 -
CMYK 0.56 0 0.59 0.55
HSL 116.52º 0.42% 0.32% -
HSV(B) 116.52º 0.59% 0.45% -
XYZ 8.12 13.4 4.85 -
YUV 88.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 51 116 47 0.56 0 0.59 0.55 116.52 0.42 0.32
Hex 33 74 2F 38 0 3B 37 75 2A 20
Octal 63 164 57 70 0 73 67 165 52 40
Binary 110011 1110100 101111 111000 0 111011 110111 1110101 101010 100000

Color Harmonies of #33742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33742F

Black with #33742F

Text Example


Text Example

White with #33742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33742F; }

 p { color: rgb(51,116,47); }

 H1.HeaderClassName
 {
   color: #33742F;
 }
 .AnyTagClassName
 {
   color: #33742F;
 }
</style>

background-color css

<style>
 a { background-color: #33742F; }

 a { background-color: rgb(51,116,47); }

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

border-color css

<style>
 span { border-color: #33742F; }

 span { border-color: rgb(51,116,47); }

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