Html Css Color HEX #33913A Japanese Laurel

📋 copy color: '#33913A'

red 51 ◦ green 145 ◦ blue 58

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

Shades of Japanese Laurel #33913A

Tints of Japanese Laurel #33913A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 20.08%
G = 57.09%
B = 22.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#33913A (or 0x33913A) is known color: Japanese Laurel. HEX triplet: 33, 91 and 3A. RGB value is (51,145,58). Sum of RGB (Red+Green+Blue) = 51+145+58=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #33913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33913A is #CC6EC5. Grayscale: #6B6B6B. Windows color (decimal): -13397702 or 3838259. OLE color: 3838259.

HSL color Cylindrical-coordinate representation of color #33913A: hue angle of 124.47º 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 #33913A is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 145 58 -
CMYK 0.65 0 0.6 0.43
HSL 124.47º 0.48% 0.38% -
HSV(B) 124.47º 0.65% 0.57% -
XYZ 12.25 21.26 7.46 -
YUV 106.98 100.36 88.07 -
System Red Green Blue C M Y K H S L
Decimal 51 145 58 0.65 0 0.6 0.43 124.47 0.48 0.38
Hex 33 91 3A 41 0 3C 2B 7C 30 26
Octal 63 221 72 101 0 74 53 174 60 46
Binary 110011 10010001 111010 1000001 0 111100 101011 1111100 110000 100110

Color Harmonies of #33913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33913A

Black with #33913A

Text Example


Text Example

White with #33913A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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