Html Css Color HEX #0D551E Crusoe

📋 copy color: '#0D551E'

red 13 ◦ green 85 ◦ blue 30

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

Shades of Crusoe #0D551E

Tints of Crusoe #0D551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 10.16%
G = 66.41%
B = 23.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#0D551E (or 0x0D551E) is known color: Crusoe. HEX triplet: 0D, 55 and 1E. RGB value is (13,85,30). Sum of RGB (Red+Green+Blue) = 13+85+30=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #0D551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D551E is #F2AAE1. Grayscale: #393939. Windows color (decimal): -15903458 or 1987853. OLE color: 1987853.

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

Color convert

RGB 13 85 30 -
CMYK 0.85 0 0.65 0.67
HSL 134.17º 0.73% 0.19% -
HSV(B) 134.17º 0.85% 0.33% -
XYZ 3.65 6.68 2.32 -
YUV 57.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 13 85 30 0.85 0 0.65 0.67 134.17 0.73 0.19
Hex D 55 1E 55 0 41 43 86 49 13
Octal 15 125 36 125 0 101 103 206 111 23
Binary 1101 1010101 11110 1010101 0 1000001 1000011 10000110 1001001 10011

Color Harmonies of #0D551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D551E

Black with #0D551E

Text Example


Text Example

White with #0D551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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