Html Css Color HEX #0D641F Crusoe

📋 copy color: '#0D641F'

red 13 ◦ green 100 ◦ blue 31

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

Shades of Crusoe #0D641F

Tints of Crusoe #0D641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 69.44%

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 9.03%
G = 69.44%
B = 21.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#0D641F (or 0x0D641F) is known color: Crusoe. HEX triplet: 0D, 64 and 1F. RGB value is (13,100,31). Sum of RGB (Red+Green+Blue) = 13+100+31=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #0D641F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D641F is #F29BE0. Grayscale: #424242. Windows color (decimal): -15899617 or 2057229. OLE color: 2057229.

HSL color Cylindrical-coordinate representation of color #0D641F: hue angle of 132.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D641F is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 13 100 31 -
CMYK 0.87 0 0.69 0.61
HSL 132.41º 0.77% 0.22% -
HSV(B) 132.41º 0.87% 0.39% -
XYZ 4.97 9.3 2.83 -
YUV 66.12 108.18 90.11 -
System Red Green Blue C M Y K H S L
Decimal 13 100 31 0.87 0 0.69 0.61 132.41 0.77 0.22
Hex D 64 1F 57 0 45 3D 84 4D 16
Octal 15 144 37 127 0 105 75 204 115 26
Binary 1101 1100100 11111 1010111 0 1000101 111101 10000100 1001101 10110

Color Harmonies of #0D641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D641F

Black with #0D641F

Text Example


Text Example

White with #0D641F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,100,31); }

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

background-color css

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

 a { background-color: rgb(13,100,31); }

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

border-color css

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

 span { border-color: rgb(13,100,31); }

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