Html Css Color HEX #318233 Japanese Laurel

📋 copy color: '#318233'

red 49 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #318233

Tints of Japanese Laurel #318233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

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

R = 21.3%
G = 56.52%
B = 22.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#318233 (or 0x318233) is known color: Japanese Laurel. HEX triplet: 31, 82 and 33. RGB value is (49,130,51). Sum of RGB (Red+Green+Blue) = 49+130+51=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #318233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318233 is #CE7DCC. Grayscale: #616161. Windows color (decimal): -13532621 or 3375665. OLE color: 3375665.

HSL color Cylindrical-coordinate representation of color #318233: hue angle of 121.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318233 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 51 -
CMYK 0.62 0 0.61 0.49
HSL 121.48º 0.45% 0.35% -
HSV(B) 121.48º 0.62% 0.51% -
XYZ 9.85 16.86 5.87 -
YUV 96.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 49 130 51 0.62 0 0.61 0.49 121.48 0.45 0.35
Hex 31 82 33 3E 0 3D 31 79 2D 23
Octal 61 202 63 76 0 75 61 171 55 43
Binary 110001 10000010 110011 111110 0 111101 110001 1111001 101101 100011

Color Harmonies of #318233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318233

Black with #318233

Text Example


Text Example

White with #318233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318233; }

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

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

background-color css

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

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

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

border-color css

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

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

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