Html Css Color HEX #135A2A Crusoe

📋 copy color: '#135A2A'

red 19 ◦ green 90 ◦ blue 42

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

Shades of Crusoe #135A2A

Tints of Crusoe #135A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 12.58%
G = 59.6%
B = 27.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#135A2A (or 0x135A2A) is known color: Crusoe. HEX triplet: 13, 5A and 2A. RGB value is (19,90,42). Sum of RGB (Red+Green+Blue) = 19+90+42=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2A is #ECA5D5. Grayscale: #3F3F3F. Windows color (decimal): -15508950 or 2775571. OLE color: 2775571.

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

Color convert

RGB 19 90 42 -
CMYK 0.79 0 0.53 0.65
HSL 139.44º 0.65% 0.21% -
HSV(B) 139.44º 0.79% 0.35% -
XYZ 4.34 7.62 3.43 -
YUV 63.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 19 90 42 0.79 0 0.53 0.65 139.44 0.65 0.21
Hex 13 5A 2A 4F 0 35 41 8B 41 15
Octal 23 132 52 117 0 65 101 213 101 25
Binary 10011 1011010 101010 1001111 0 110101 1000001 10001011 1000001 10101

Color Harmonies of #135A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A2A

Black with #135A2A

Text Example


Text Example

White with #135A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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