Html Css Color HEX #135F25 Crusoe

📋 copy color: '#135F25'

red 19 ◦ green 95 ◦ blue 37

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

Shades of Crusoe #135F25

Tints of Crusoe #135F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 62.91%

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

R = 12.58%
G = 62.91%
B = 24.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#135F25 (or 0x135F25) is known color: Crusoe. HEX triplet: 13, 5F and 25. RGB value is (19,95,37). Sum of RGB (Red+Green+Blue) = 19+95+37=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #135F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F25 is #ECA0DA. Grayscale: #414141. Windows color (decimal): -15507675 or 2449171. OLE color: 2449171.

HSL color Cylindrical-coordinate representation of color #135F25: hue angle of 134.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F25 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 95 37 -
CMYK 0.80 0 0.61 0.63
HSL 134.21º 0.67% 0.22% -
HSV(B) 134.21º 0.8% 0.37% -
XYZ 4.69 8.46 3.14 -
YUV 65.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 19 95 37 0.80 0 0.61 0.63 134.21 0.67 0.22
Hex 13 5F 25 50 0 3D 3F 86 43 16
Octal 23 137 45 120 0 75 77 206 103 26
Binary 10011 1011111 100101 1010000 0 111101 111111 10000110 1000011 10110

Color Harmonies of #135F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F25

Black with #135F25

Text Example


Text Example

White with #135F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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