Html Css Color HEX #07581D Crusoe

📋 copy color: '#07581D'

red 7 ◦ green 88 ◦ blue 29

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

Shades of Crusoe #07581D

Tints of Crusoe #07581D

RGB

 RED value IS 7 (3.13% from 255) = 5.65%

 GREEN value IS 88 (34.77% from 255) = 70.97%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 5.65%
G = 70.97%
B = 23.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#07581D (or 0x07581D) is known color: Crusoe. HEX triplet: 07, 58 and 1D. RGB value is (7,88,29). Sum of RGB (Red+Green+Blue) = 7+88+29=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #07581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07581D is #F8A7E2. Grayscale: #393939. Windows color (decimal): -16295907 or 1923079. OLE color: 1923079.

HSL color Cylindrical-coordinate representation of color #07581D: hue angle of 136.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07581D is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 29 -
CMYK 0.92 0 0.67 0.65
HSL 136.3º 0.85% 0.19% -
HSV(B) 136.3º 0.92% 0.35% -
XYZ 3.8 7.11 2.34 -
YUV 57.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 7 88 29 0.92 0 0.67 0.65 136.3 0.85 0.19
Hex 7 58 1D 5C 0 43 41 88 55 13
Octal 7 130 35 134 0 103 101 210 125 23
Binary 111 1011000 11101 1011100 0 1000011 1000001 10001000 1010101 10011

Color Harmonies of #07581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07581D

Black with #07581D

Text Example


Text Example

White with #07581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07581D; }

 p { color: rgb(7,88,29); }

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

background-color css

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

 a { background-color: rgb(7,88,29); }

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

border-color css

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

 span { border-color: rgb(7,88,29); }

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