Html Css Color HEX #135922 Crusoe

📋 copy color: '#135922'

red 19 ◦ green 89 ◦ blue 34

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

Shades of Crusoe #135922

Tints of Crusoe #135922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 62.68%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 13.38%
G = 62.68%
B = 23.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#135922 (or 0x135922) is known color: Crusoe. HEX triplet: 13, 59 and 22. RGB value is (19,89,34). Sum of RGB (Red+Green+Blue) = 19+89+34=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #135922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135922 is #ECA6DD. Grayscale: #3D3D3D. Windows color (decimal): -15509214 or 2251027. OLE color: 2251027.

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

Color convert

RGB 19 89 34 -
CMYK 0.79 0 0.62 0.65
HSL 132.86º 0.65% 0.21% -
HSV(B) 132.86º 0.79% 0.35% -
XYZ 4.13 7.4 2.72 -
YUV 61.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 19 89 34 0.79 0 0.62 0.65 132.86 0.65 0.21
Hex 13 59 22 4F 0 3E 41 85 41 15
Octal 23 131 42 117 0 76 101 205 101 25
Binary 10011 1011001 100010 1001111 0 111110 1000001 10000101 1000001 10101

Color Harmonies of #135922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135922

Black with #135922

Text Example


Text Example

White with #135922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135922; }

 p { color: rgb(19,89,34); }

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

background-color css

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

 a { background-color: rgb(19,89,34); }

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

border-color css

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

 span { border-color: rgb(19,89,34); }

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