Html Css Color HEX #135026 Crusoe

📋 copy color: '#135026'

red 19 ◦ green 80 ◦ blue 38

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

Shades of Crusoe #135026

Tints of Crusoe #135026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.39%

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 13.87%
G = 58.39%
B = 27.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#135026 (or 0x135026) is known color: Crusoe. HEX triplet: 13, 50 and 26. RGB value is (19,80,38). Sum of RGB (Red+Green+Blue) = 19+80+38=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #135026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135026 is #ECAFD9. Grayscale: #393939. Windows color (decimal): -15511514 or 2510867. OLE color: 2510867.

HSL color Cylindrical-coordinate representation of color #135026: hue angle of 138.69º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135026 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 38 -
CMYK 0.76 0 0.52 0.69
HSL 138.69º 0.62% 0.19% -
HSV(B) 138.69º 0.76% 0.31% -
XYZ 3.49 6.02 2.81 -
YUV 56.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 19 80 38 0.76 0 0.52 0.69 138.69 0.62 0.19
Hex 13 50 26 4C 0 34 45 8B 3E 13
Octal 23 120 46 114 0 64 105 213 76 23
Binary 10011 1010000 100110 1001100 0 110100 1000101 10001011 111110 10011

Color Harmonies of #135026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135026

Black with #135026

Text Example


Text Example

White with #135026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135026; }

 p { color: rgb(19,80,38); }

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

background-color css

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

 a { background-color: rgb(19,80,38); }

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

border-color css

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

 span { border-color: rgb(19,80,38); }

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