Html Css Color HEX #016725 Crusoe

📋 copy color: '#016725'

red 1 ◦ green 103 ◦ blue 37

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

Shades of Crusoe #016725

Tints of Crusoe #016725

RGB

 RED value IS 1 (0.78% from 255) = 0.71%

 GREEN value IS 103 (40.63% from 255) = 73.05%

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 0.71%
G = 73.05%
B = 26.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#016725 (or 0x016725) is known color: Crusoe. HEX triplet: 01, 67 and 25. RGB value is (1,103,37). Sum of RGB (Red+Green+Blue) = 1+103+37=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #016725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016725 is #FE98DA. Grayscale: #414141. Windows color (decimal): -16685275 or 2451201. OLE color: 2451201.

HSL color Cylindrical-coordinate representation of color #016725: hue angle of 141.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016725 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 37 -
CMYK 0.99 0 0.64 0.60
HSL 141.18º 0.98% 0.2% -
HSV(B) 141.18º 0.99% 0.4% -
XYZ 5.2 9.84 3.38 -
YUV 64.98 112.21 82.37 -
System Red Green Blue C M Y K H S L
Decimal 1 103 37 0.99 0 0.64 0.60 141.18 0.98 0.2
Hex 1 67 25 63 0 40 3C 8D 62 14
Octal 1 147 45 143 0 100 74 215 142 24
Binary 1 1100111 100101 1100011 0 1000000 111100 10001101 1100010 10100

Color Harmonies of #016725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016725

Black with #016725

Text Example


Text Example

White with #016725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016725; }

 p { color: rgb(1,103,37); }

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

background-color css

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

 a { background-color: rgb(1,103,37); }

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

border-color css

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

 span { border-color: rgb(1,103,37); }

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