Html Css Color HEX #135127 Crusoe

📋 copy color: '#135127'

red 19 ◦ green 81 ◦ blue 39

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

Shades of Crusoe #135127

Tints of Crusoe #135127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.27%

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 13.67%
G = 58.27%
B = 28.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#135127 (or 0x135127) is known color: Crusoe. HEX triplet: 13, 51 and 27. RGB value is (19,81,39). Sum of RGB (Red+Green+Blue) = 19+81+39=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #135127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135127 is #ECAED8. Grayscale: #393939. Windows color (decimal): -15511257 or 2576659. OLE color: 2576659.

HSL color Cylindrical-coordinate representation of color #135127: hue angle of 139.35º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135127 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 39 -
CMYK 0.77 0 0.52 0.68
HSL 139.35º 0.62% 0.2% -
HSV(B) 139.35º 0.77% 0.32% -
XYZ 3.58 6.17 2.92 -
YUV 57.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 19 81 39 0.77 0 0.52 0.68 139.35 0.62 0.2
Hex 13 51 27 4D 0 34 44 8B 3E 14
Octal 23 121 47 115 0 64 104 213 76 24
Binary 10011 1010001 100111 1001101 0 110100 1000100 10001011 111110 10100

Color Harmonies of #135127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135127

Black with #135127

Text Example


Text Example

White with #135127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135127; }

 p { color: rgb(19,81,39); }

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

background-color css

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

 a { background-color: rgb(19,81,39); }

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

border-color css

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

 span { border-color: rgb(19,81,39); }

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