Html Css Color HEX #135A36 Crusoe

📋 copy color: '#135A36'

red 19 ◦ green 90 ◦ blue 54

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

Shades of Crusoe #135A36

Tints of Crusoe #135A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 11.66%
G = 55.21%
B = 33.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#135A36 (or 0x135A36) is known color: Crusoe. HEX triplet: 13, 5A and 36. RGB value is (19,90,54). Sum of RGB (Red+Green+Blue) = 19+90+54=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #135A36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A36 is #ECA5C9. Grayscale: #404040. Windows color (decimal): -15508938 or 3562003. OLE color: 3562003.

HSL color Cylindrical-coordinate representation of color #135A36: hue angle of 149.58º 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 #135A36 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 54 -
CMYK 0.79 0 0.40 0.65
HSL 149.58º 0.65% 0.21% -
HSV(B) 149.58º 0.79% 0.35% -
XYZ 4.59 7.72 4.74 -
YUV 64.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 19 90 54 0.79 0 0.40 0.65 149.58 0.65 0.21
Hex 13 5A 36 4F 0 28 41 96 41 15
Octal 23 132 66 117 0 50 101 226 101 25
Binary 10011 1011010 110110 1001111 0 101000 1000001 10010110 1000001 10101

Color Harmonies of #135A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A36

Black with #135A36

Text Example


Text Example

White with #135A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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