Html Css Color HEX #0D551A Crusoe

📋 copy color: '#0D551A'

red 13 ◦ green 85 ◦ blue 26

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

Shades of Crusoe #0D551A

Tints of Crusoe #0D551A

RGB

 RED value IS 13 (5.47% from 255) = 10.48%

 GREEN value IS 85 (33.59% from 255) = 68.55%

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 10.48%
G = 68.55%
B = 20.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#0D551A (or 0x0D551A) is known color: Crusoe. HEX triplet: 0D, 55 and 1A. RGB value is (13,85,26). Sum of RGB (Red+Green+Blue) = 13+85+26=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #0D551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D551A is #F2AAE5. Grayscale: #383838. Windows color (decimal): -15903462 or 1725709. OLE color: 1725709.

HSL color Cylindrical-coordinate representation of color #0D551A: hue angle of 130.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D551A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 85 26 -
CMYK 0.85 0 0.69 0.67
HSL 130.83º 0.73% 0.19% -
HSV(B) 130.83º 0.85% 0.33% -
XYZ 3.6 6.66 2.07 -
YUV 56.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 13 85 26 0.85 0 0.69 0.67 130.83 0.73 0.19
Hex D 55 1A 55 0 45 43 83 49 13
Octal 15 125 32 125 0 105 103 203 111 23
Binary 1101 1010101 11010 1010101 0 1000101 1000011 10000011 1001001 10011

Color Harmonies of #0D551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D551A

Black with #0D551A

Text Example


Text Example

White with #0D551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D551A; }

 p { color: rgb(13,85,26); }

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

background-color css

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

 a { background-color: rgb(13,85,26); }

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

border-color css

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

 span { border-color: rgb(13,85,26); }

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