Html Css Color HEX #135A2B Crusoe

📋 copy color: '#135A2B'

red 19 ◦ green 90 ◦ blue 43

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

Shades of Crusoe #135A2B

Tints of Crusoe #135A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 12.5%
G = 59.21%
B = 28.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#135A2B (or 0x135A2B) is known color: Crusoe. HEX triplet: 13, 5A and 2B. RGB value is (19,90,43). Sum of RGB (Red+Green+Blue) = 19+90+43=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2B is #ECA5D4. Grayscale: #3F3F3F. Windows color (decimal): -15508949 or 2841107. OLE color: 2841107.

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

Color convert

RGB 19 90 43 -
CMYK 0.79 0 0.52 0.65
HSL 140.28º 0.65% 0.21% -
HSV(B) 140.28º 0.79% 0.35% -
XYZ 4.36 7.63 3.53 -
YUV 63.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 19 90 43 0.79 0 0.52 0.65 140.28 0.65 0.21
Hex 13 5A 2B 4F 0 34 41 8C 41 15
Octal 23 132 53 117 0 64 101 214 101 25
Binary 10011 1011010 101011 1001111 0 110100 1000001 10001100 1000001 10101

Color Harmonies of #135A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A2B

Black with #135A2B

Text Example


Text Example

White with #135A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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