Html Css Color HEX #33913F Japanese Laurel

📋 copy color: '#33913F'

red 51 ◦ green 145 ◦ blue 63

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

Shades of Japanese Laurel #33913F

Tints of Japanese Laurel #33913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.98%

 BLUE value IS 63 (25% from 255) = 24.32%

R = 19.69%
G = 55.98%
B = 24.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#33913F (or 0x33913F) is known color: Japanese Laurel. HEX triplet: 33, 91 and 3F. RGB value is (51,145,63). Sum of RGB (Red+Green+Blue) = 51+145+63=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #33913F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33913F is #CC6EC0. Grayscale: #6B6B6B. Windows color (decimal): -13397697 or 4165939. OLE color: 4165939.

HSL color Cylindrical-coordinate representation of color #33913F: hue angle of 127.66º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33913F is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 145 63 -
CMYK 0.65 0 0.57 0.43
HSL 127.66º 0.48% 0.38% -
HSV(B) 127.66º 0.65% 0.57% -
XYZ 12.39 21.31 8.16 -
YUV 107.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 51 145 63 0.65 0 0.57 0.43 127.66 0.48 0.38
Hex 33 91 3F 41 0 39 2B 80 30 26
Octal 63 221 77 101 0 71 53 200 60 46
Binary 110011 10010001 111111 1000001 0 111001 101011 10000000 110000 100110

Color Harmonies of #33913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33913F

Black with #33913F

Text Example


Text Example

White with #33913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,145,63); }

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

background-color css

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

 a { background-color: rgb(51,145,63); }

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

border-color css

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

 span { border-color: rgb(51,145,63); }

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