Html Css Color HEX #135527 Crusoe

📋 copy color: '#135527'

red 19 ◦ green 85 ◦ blue 39

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

Shades of Crusoe #135527

Tints of Crusoe #135527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.44%

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

R = 13.29%
G = 59.44%
B = 27.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#135527 (or 0x135527) is known color: Crusoe. HEX triplet: 13, 55 and 27. RGB value is (19,85,39). Sum of RGB (Red+Green+Blue) = 19+85+39=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #135527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135527 is #ECAAD8. Grayscale: #3C3C3C. Windows color (decimal): -15510233 or 2577683. OLE color: 2577683.

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

Color convert

RGB 19 85 39 -
CMYK 0.78 0 0.54 0.67
HSL 138.18º 0.63% 0.2% -
HSV(B) 138.18º 0.78% 0.33% -
XYZ 3.88 6.78 3.02 -
YUV 60.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 19 85 39 0.78 0 0.54 0.67 138.18 0.63 0.2
Hex 13 55 27 4E 0 36 43 8A 3F 14
Octal 23 125 47 116 0 66 103 212 77 24
Binary 10011 1010101 100111 1001110 0 110110 1000011 10001010 111111 10100

Color Harmonies of #135527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135527

Black with #135527

Text Example


Text Example

White with #135527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135527; }

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

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

background-color css

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

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

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

border-color css

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

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

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