Html Css Color HEX #318533 Japanese Laurel

📋 copy color: '#318533'

red 49 ◦ green 133 ◦ blue 51

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

Shades of Japanese Laurel #318533

Tints of Japanese Laurel #318533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

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

R = 21.03%
G = 57.08%
B = 21.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#318533 (or 0x318533) is known color: Japanese Laurel. HEX triplet: 31, 85 and 33. RGB value is (49,133,51). Sum of RGB (Red+Green+Blue) = 49+133+51=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #318533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318533 is #CE7ACC. Grayscale: #626262. Windows color (decimal): -13531853 or 3376433. OLE color: 3376433.

HSL color Cylindrical-coordinate representation of color #318533: hue angle of 121.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318533 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 51 -
CMYK 0.63 0 0.62 0.48
HSL 121.43º 0.46% 0.36% -
HSV(B) 121.43º 0.63% 0.52% -
XYZ 10.25 17.67 6 -
YUV 98.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 49 133 51 0.63 0 0.62 0.48 121.43 0.46 0.36
Hex 31 85 33 3F 0 3E 30 79 2E 24
Octal 61 205 63 77 0 76 60 171 56 44
Binary 110001 10000101 110011 111111 0 111110 110000 1111001 101110 100100

Color Harmonies of #318533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318533

Black with #318533

Text Example


Text Example

White with #318533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318533; }

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

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

background-color css

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

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

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

border-color css

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

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

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