Html Css Color HEX #135226 Crusoe

📋 copy color: '#135226'

red 19 ◦ green 82 ◦ blue 38

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

Shades of Crusoe #135226

Tints of Crusoe #135226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.99%

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

R = 13.67%
G = 58.99%
B = 27.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#135226 (or 0x135226) is known color: Crusoe. HEX triplet: 13, 52 and 26. RGB value is (19,82,38). Sum of RGB (Red+Green+Blue) = 19+82+38=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #135226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135226 is #ECADD9. Grayscale: #3A3A3A. Windows color (decimal): -15511002 or 2511379. OLE color: 2511379.

HSL color Cylindrical-coordinate representation of color #135226: hue angle of 138.1º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135226 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 38 -
CMYK 0.77 0 0.54 0.68
HSL 138.1º 0.62% 0.2% -
HSV(B) 138.1º 0.77% 0.32% -
XYZ 3.64 6.31 2.86 -
YUV 58.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 19 82 38 0.77 0 0.54 0.68 138.1 0.62 0.2
Hex 13 52 26 4D 0 36 44 8A 3E 14
Octal 23 122 46 115 0 66 104 212 76 24
Binary 10011 1010010 100110 1001101 0 110110 1000100 10001010 111110 10100

Color Harmonies of #135226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135226

Black with #135226

Text Example


Text Example

White with #135226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135226; }

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

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

background-color css

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

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

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

border-color css

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

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

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