Html Css Color HEX #135A27 Crusoe

📋 copy color: '#135A27'

red 19 ◦ green 90 ◦ blue 39

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

Shades of Crusoe #135A27

Tints of Crusoe #135A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60.81%

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

R = 12.84%
G = 60.81%
B = 26.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#135A27 (or 0x135A27) is known color: Crusoe. HEX triplet: 13, 5A and 27. RGB value is (19,90,39). Sum of RGB (Red+Green+Blue) = 19+90+39=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #135A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A27 is #ECA5D8. Grayscale: #3F3F3F. Windows color (decimal): -15508953 or 2578963. OLE color: 2578963.

HSL color Cylindrical-coordinate representation of color #135A27: hue angle of 136.9º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A27 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 39 -
CMYK 0.79 0 0.57 0.65
HSL 136.9º 0.65% 0.21% -
HSV(B) 136.9º 0.79% 0.35% -
XYZ 4.29 7.6 3.16 -
YUV 62.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 19 90 39 0.79 0 0.57 0.65 136.9 0.65 0.21
Hex 13 5A 27 4F 0 39 41 89 41 15
Octal 23 132 47 117 0 71 101 211 101 25
Binary 10011 1011010 100111 1001111 0 111001 1000001 10001001 1000001 10101

Color Harmonies of #135A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A27

Black with #135A27

Text Example


Text Example

White with #135A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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