Html Css Color HEX #317441 Japanese Laurel

📋 copy color: '#317441'

red 49 ◦ green 116 ◦ blue 65

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

Shades of Japanese Laurel #317441

Tints of Japanese Laurel #317441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 21.3%
G = 50.43%
B = 28.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#317441 (or 0x317441) is known color: Japanese Laurel. HEX triplet: 31, 74 and 41. RGB value is (49,116,65). Sum of RGB (Red+Green+Blue) = 49+116+65=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #317441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317441 is #CE8BBE. Grayscale: #5A5A5A. Windows color (decimal): -13536191 or 4289585. OLE color: 4289585.

HSL color Cylindrical-coordinate representation of color #317441: hue angle of 134.33º 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 #317441 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 65 -
CMYK 0.58 0 0.44 0.55
HSL 134.33º 0.41% 0.32% -
HSV(B) 134.33º 0.58% 0.45% -
XYZ 8.47 13.53 7.17 -
YUV 90.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 49 116 65 0.58 0 0.44 0.55 134.33 0.41 0.32
Hex 31 74 41 3A 0 2C 37 86 29 20
Octal 61 164 101 72 0 54 67 206 51 40
Binary 110001 1110100 1000001 111010 0 101100 110111 10000110 101001 100000

Color Harmonies of #317441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317441

Black with #317441

Text Example


Text Example

White with #317441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317441; }

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

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

background-color css

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

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

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

border-color css

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

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

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