Html Css Color HEX #135A1B Crusoe

📋 copy color: '#135A1B'

red 19 ◦ green 90 ◦ blue 27

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

Shades of Crusoe #135A1B

Tints of Crusoe #135A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 13.97%
G = 66.18%
B = 19.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#135A1B (or 0x135A1B) is known color: Crusoe. HEX triplet: 13, 5A and 1B. RGB value is (19,90,27). Sum of RGB (Red+Green+Blue) = 19+90+27=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #135A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A1B is #ECA5E4. Grayscale: #3D3D3D. Windows color (decimal): -15508965 or 1792531. OLE color: 1792531.

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

Color convert

RGB 19 90 27 -
CMYK 0.79 0 0.70 0.65
HSL 126.76º 0.65% 0.21% -
HSV(B) 126.76º 0.79% 0.35% -
XYZ 4.12 7.53 2.27 -
YUV 61.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 19 90 27 0.79 0 0.70 0.65 126.76 0.65 0.21
Hex 13 5A 1B 4F 0 46 41 7F 41 15
Octal 23 132 33 117 0 106 101 177 101 25
Binary 10011 1011010 11011 1001111 0 1000110 1000001 1111111 1000001 10101

Color Harmonies of #135A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A1B

Black with #135A1B

Text Example


Text Example

White with #135A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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