Html Css Color HEX #0D612E Crusoe

📋 copy color: '#0D612E'

red 13 ◦ green 97 ◦ blue 46

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

Shades of Crusoe #0D612E

Tints of Crusoe #0D612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 62.18%

 BLUE value IS 46 (18.36% from 255) = 29.49%

R = 8.33%
G = 62.18%
B = 29.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#0D612E (or 0x0D612E) is known color: Crusoe. HEX triplet: 0D, 61 and 2E. RGB value is (13,97,46). Sum of RGB (Red+Green+Blue) = 13+97+46=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612E is #F29ED1. Grayscale: #424242. Windows color (decimal): -15900370 or 3039501. OLE color: 3039501.

HSL color Cylindrical-coordinate representation of color #0D612E: hue angle of 143.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D612E is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 46 -
CMYK 0.87 0 0.53 0.62
HSL 143.57º 0.76% 0.22% -
HSV(B) 143.57º 0.87% 0.38% -
XYZ 4.93 8.83 4.03 -
YUV 66.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 13 97 46 0.87 0 0.53 0.62 143.57 0.76 0.22
Hex D 61 2E 57 0 35 3E 90 4C 16
Octal 15 141 56 127 0 65 76 220 114 26
Binary 1101 1100001 101110 1010111 0 110101 111110 10010000 1001100 10110

Color Harmonies of #0D612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D612E

Black with #0D612E

Text Example


Text Example

White with #0D612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,97,46); }

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

background-color css

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

 a { background-color: rgb(13,97,46); }

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

border-color css

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

 span { border-color: rgb(13,97,46); }

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