Html Css Color HEX #317440 Japanese Laurel

📋 copy color: '#317440'

red 49 ◦ green 116 ◦ blue 64

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

Shades of Japanese Laurel #317440

Tints of Japanese Laurel #317440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 21.4%
G = 50.66%
B = 27.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#317440 (or 0x317440) is known color: Japanese Laurel. HEX triplet: 31, 74 and 40. RGB value is (49,116,64). Sum of RGB (Red+Green+Blue) = 49+116+64=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #317440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317440 is #CE8BBF. Grayscale: #5A5A5A. Windows color (decimal): -13536192 or 4224049. OLE color: 4224049.

HSL color Cylindrical-coordinate representation of color #317440: hue angle of 133.43º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317440 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 64 -
CMYK 0.58 0 0.45 0.55
HSL 133.43º 0.41% 0.32% -
HSV(B) 133.43º 0.58% 0.45% -
XYZ 8.44 13.51 7.01 -
YUV 90.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 49 116 64 0.58 0 0.45 0.55 133.43 0.41 0.32
Hex 31 74 40 3A 0 2D 37 85 29 20
Octal 61 164 100 72 0 55 67 205 51 40
Binary 110001 1110100 1000000 111010 0 101101 110111 10000101 101001 100000

Color Harmonies of #317440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317440

Black with #317440

Text Example


Text Example

White with #317440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317440; }

 p { color: rgb(49,116,64); }

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

background-color css

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

 a { background-color: rgb(49,116,64); }

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

border-color css

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

 span { border-color: rgb(49,116,64); }

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