Html Css Color HEX #07552C Crusoe

📋 copy color: '#07552C'

red 7 ◦ green 85 ◦ blue 44

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

Shades of Crusoe #07552C

Tints of Crusoe #07552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.35%

R = 5.15%
G = 62.5%
B = 32.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#07552C (or 0x07552C) is known color: Crusoe. HEX triplet: 07, 55 and 2C. RGB value is (7,85,44). Sum of RGB (Red+Green+Blue) = 7+85+44=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #07552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07552C is #F8AAD3. Grayscale: #393939. Windows color (decimal): -16296660 or 2905351. OLE color: 2905351.

HSL color Cylindrical-coordinate representation of color #07552C: hue angle of 148.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07552C is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 44 -
CMYK 0.92 0 0.48 0.67
HSL 148.46º 0.85% 0.18% -
HSV(B) 148.46º 0.92% 0.33% -
XYZ 3.79 6.72 3.48 -
YUV 57 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 7 85 44 0.92 0 0.48 0.67 148.46 0.85 0.18
Hex 7 55 2C 5C 0 30 43 94 55 12
Octal 7 125 54 134 0 60 103 224 125 22
Binary 111 1010101 101100 1011100 0 110000 1000011 10010100 1010101 10010

Color Harmonies of #07552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07552C

Black with #07552C

Text Example


Text Example

White with #07552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07552C; }

 p { color: rgb(7,85,44); }

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

background-color css

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

 a { background-color: rgb(7,85,44); }

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

border-color css

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

 span { border-color: rgb(7,85,44); }

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