Html Css Color HEX #0D552F Crusoe

📋 copy color: '#0D552F'

red 13 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #0D552F

Tints of Crusoe #0D552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 8.97%
G = 58.62%
B = 32.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#0D552F (or 0x0D552F) is known color: Crusoe. HEX triplet: 0D, 55 and 2F. RGB value is (13,85,47). Sum of RGB (Red+Green+Blue) = 13+85+47=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #0D552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D552F is #F2AAD0. Grayscale: #3B3B3B. Windows color (decimal): -15903441 or 3101965. OLE color: 3101965.

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

Color convert

RGB 13 85 47 -
CMYK 0.85 0 0.45 0.67
HSL 148.33º 0.73% 0.19% -
HSV(B) 148.33º 0.85% 0.33% -
XYZ 3.93 6.79 3.79 -
YUV 59.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 13 85 47 0.85 0 0.45 0.67 148.33 0.73 0.19
Hex D 55 2F 55 0 2D 43 94 49 13
Octal 15 125 57 125 0 55 103 224 111 23
Binary 1101 1010101 101111 1010101 0 101101 1000011 10010100 1001001 10011

Color Harmonies of #0D552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D552F

Black with #0D552F

Text Example


Text Example

White with #0D552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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