Html Css Color HEX #135A25 Crusoe

📋 copy color: '#135A25'

red 19 ◦ green 90 ◦ blue 37

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

Shades of Crusoe #135A25

Tints of Crusoe #135A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.34%

R = 13.01%
G = 61.64%
B = 25.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#135A25 (or 0x135A25) is known color: Crusoe. HEX triplet: 13, 5A and 25. RGB value is (19,90,37). Sum of RGB (Red+Green+Blue) = 19+90+37=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #135A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A25 is #ECA5DA. Grayscale: #3E3E3E. Windows color (decimal): -15508955 or 2447891. OLE color: 2447891.

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

Color convert

RGB 19 90 37 -
CMYK 0.79 0 0.59 0.65
HSL 135.21º 0.65% 0.21% -
HSV(B) 135.21º 0.79% 0.35% -
XYZ 4.26 7.58 2.99 -
YUV 62.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 19 90 37 0.79 0 0.59 0.65 135.21 0.65 0.21
Hex 13 5A 25 4F 0 3B 41 87 41 15
Octal 23 132 45 117 0 73 101 207 101 25
Binary 10011 1011010 100101 1001111 0 111011 1000001 10000111 1000001 10101

Color Harmonies of #135A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A25

Black with #135A25

Text Example


Text Example

White with #135A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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