Html Css Color HEX #135128 Crusoe

📋 copy color: '#135128'

red 19 ◦ green 81 ◦ blue 40

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

Shades of Crusoe #135128

Tints of Crusoe #135128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 13.57%
G = 57.86%
B = 28.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#135128 (or 0x135128) is known color: Crusoe. HEX triplet: 13, 51 and 28. RGB value is (19,81,40). Sum of RGB (Red+Green+Blue) = 19+81+40=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #135128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135128 is #ECAED7. Grayscale: #393939. Windows color (decimal): -15511256 or 2642195. OLE color: 2642195.

HSL color Cylindrical-coordinate representation of color #135128: hue angle of 140.32º 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 #135128 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 40 -
CMYK 0.77 0 0.51 0.68
HSL 140.32º 0.62% 0.2% -
HSV(B) 140.32º 0.77% 0.32% -
XYZ 3.59 6.18 3.01 -
YUV 57.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 19 81 40 0.77 0 0.51 0.68 140.32 0.62 0.2
Hex 13 51 28 4D 0 33 44 8C 3E 14
Octal 23 121 50 115 0 63 104 214 76 24
Binary 10011 1010001 101000 1001101 0 110011 1000100 10001100 111110 10100

Color Harmonies of #135128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135128

Black with #135128

Text Example


Text Example

White with #135128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135128; }

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

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

background-color css

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

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

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

border-color css

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

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

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