Html Css Color HEX #318B33 Japanese Laurel

📋 copy color: '#318B33'

red 49 ◦ green 139 ◦ blue 51

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

Shades of Japanese Laurel #318B33

Tints of Japanese Laurel #318B33

RGB

 RED value IS 49 (19.53% from 255) = 20.5%

 GREEN value IS 139 (54.69% from 255) = 58.16%

 BLUE value IS 51 (20.31% from 255) = 21.34%

R = 20.5%
G = 58.16%
B = 21.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#318B33 (or 0x318B33) is known color: Japanese Laurel. HEX triplet: 31, 8B and 33. RGB value is (49,139,51). Sum of RGB (Red+Green+Blue) = 49+139+51=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #318B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B33 is #CE74CC. Grayscale: #666666. Windows color (decimal): -13530317 or 3377969. OLE color: 3377969.

HSL color Cylindrical-coordinate representation of color #318B33: hue angle of 121.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B33 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 139 51 -
CMYK 0.65 0 0.63 0.45
HSL 121.33º 0.48% 0.37% -
HSV(B) 121.33º 0.65% 0.55% -
XYZ 11.1 19.36 6.28 -
YUV 102.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 49 139 51 0.65 0 0.63 0.45 121.33 0.48 0.37
Hex 31 8B 33 41 0 3F 2D 79 30 25
Octal 61 213 63 101 0 77 55 171 60 45
Binary 110001 10001011 110011 1000001 0 111111 101101 1111001 110000 100101

Color Harmonies of #318B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B33

Black with #318B33

Text Example


Text Example

White with #318B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318B33; }

 p { color: rgb(49,139,51); }

 H1.HeaderClassName
 {
   color: #318B33;
 }
 .AnyTagClassName
 {
   color: #318B33;
 }
</style>

background-color css

<style>
 a { background-color: #318B33; }

 a { background-color: rgb(49,139,51); }

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

border-color css

<style>
 span { border-color: #318B33; }

 span { border-color: rgb(49,139,51); }

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