Html Css Color HEX #135431 Crusoe

📋 copy color: '#135431'

red 19 ◦ green 84 ◦ blue 49

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

Shades of Crusoe #135431

Tints of Crusoe #135431

RGB

 RED value IS 19 (7.81% from 255) = 12.5%

 GREEN value IS 84 (33.2% from 255) = 55.26%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 12.5%
G = 55.26%
B = 32.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#135431 (or 0x135431) is known color: Crusoe. HEX triplet: 13, 54 and 31. RGB value is (19,84,49). Sum of RGB (Red+Green+Blue) = 19+84+49=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #135431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135431 is #ECABCE. Grayscale: #3C3C3C. Windows color (decimal): -15510479 or 3232787. OLE color: 3232787.

HSL color Cylindrical-coordinate representation of color #135431: hue angle of 147.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135431 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 49 -
CMYK 0.77 0 0.42 0.67
HSL 147.69º 0.63% 0.2% -
HSV(B) 147.69º 0.77% 0.33% -
XYZ 3.99 6.7 3.99 -
YUV 60.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 19 84 49 0.77 0 0.42 0.67 147.69 0.63 0.2
Hex 13 54 31 4D 0 2A 43 94 3F 14
Octal 23 124 61 115 0 52 103 224 77 24
Binary 10011 1010100 110001 1001101 0 101010 1000011 10010100 111111 10100

Color Harmonies of #135431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135431

Black with #135431

Text Example


Text Example

White with #135431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135431; }

 p { color: rgb(19,84,49); }

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

background-color css

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

 a { background-color: rgb(19,84,49); }

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

border-color css

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

 span { border-color: rgb(19,84,49); }

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