Html Css Color HEX #135A26 Crusoe

📋 copy color: '#135A26'

red 19 ◦ green 90 ◦ blue 38

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

Shades of Crusoe #135A26

Tints of Crusoe #135A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.85%

R = 12.93%
G = 61.22%
B = 25.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#135A26 (or 0x135A26) is known color: Crusoe. HEX triplet: 13, 5A and 26. RGB value is (19,90,38). Sum of RGB (Red+Green+Blue) = 19+90+38=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #135A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A26 is #ECA5D9. Grayscale: #3E3E3E. Windows color (decimal): -15508954 or 2513427. OLE color: 2513427.

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

Color convert

RGB 19 90 38 -
CMYK 0.79 0 0.58 0.65
HSL 136.06º 0.65% 0.21% -
HSV(B) 136.06º 0.79% 0.35% -
XYZ 4.27 7.59 3.07 -
YUV 62.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 19 90 38 0.79 0 0.58 0.65 136.06 0.65 0.21
Hex 13 5A 26 4F 0 3A 41 88 41 15
Octal 23 132 46 117 0 72 101 210 101 25
Binary 10011 1011010 100110 1001111 0 111010 1000001 10001000 1000001 10101

Color Harmonies of #135A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A26

Black with #135A26

Text Example


Text Example

White with #135A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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