Html Css Color HEX #007526 Crusoe

📋 copy color: '#007526'

red 0 ◦ green 117 ◦ blue 38

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

Shades of Crusoe #007526

Tints of Crusoe #007526

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 117 (46.09% from 255) = 75.48%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 0%
G = 75.48%
B = 24.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#007526 (or 0x007526) is known color: Crusoe. HEX triplet: 00, 75 and 26. RGB value is (0,117,38). Sum of RGB (Red+Green+Blue) = 0+117+38=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #007526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007526 is #FF8AD9. Grayscale: #494949. Windows color (decimal): -16747226 or 2520320. OLE color: 2520320.

HSL color Cylindrical-coordinate representation of color #007526: hue angle of 139.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007526 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 38 -
CMYK 1 0 0.68 0.54
HSL 139.49º 1% 0.23% -
HSV(B) 139.49º 1% 0.46% -
XYZ 6.71 12.86 3.96 -
YUV 73.01 108.24 75.92 -
System Red Green Blue C M Y K H S L
Decimal 0 117 38 1 0 0.68 0.54 139.49 1 0.23
Hex 0 75 26 64 0 44 36 8B 64 17
Octal 0 165 46 144 0 104 66 213 144 27
Binary 0 1110101 100110 1100100 0 1000100 110110 10001011 1100100 10111

Color Harmonies of #007526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007526

Black with #007526

Text Example


Text Example

White with #007526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007526; }

 p { color: rgb(0,117,38); }

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

background-color css

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

 a { background-color: rgb(0,117,38); }

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

border-color css

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

 span { border-color: rgb(0,117,38); }

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