Html Css Color HEX #006527 Crusoe

📋 copy color: '#006527'

red 0 ◦ green 101 ◦ blue 39

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

Shades of Crusoe #006527

Tints of Crusoe #006527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 72.14%

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 0%
G = 72.14%
B = 27.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#006527 (or 0x006527) is known color: Crusoe. HEX triplet: 00, 65 and 27. RGB value is (0,101,39). Sum of RGB (Red+Green+Blue) = 0+101+39=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #006527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006527 is #FF9AD8. Grayscale: #3F3F3F. Windows color (decimal): -16751321 or 2581760. OLE color: 2581760.

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

Color convert

RGB 0 101 39 -
CMYK 1 0 0.61 0.60
HSL 143.17º 1% 0.2% -
HSV(B) 143.17º 1% 0.4% -
XYZ 5.02 9.45 3.48 -
YUV 63.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 0 101 39 1 0 0.61 0.60 143.17 1 0.2
Hex 0 65 27 64 0 3D 3C 8F 64 14
Octal 0 145 47 144 0 75 74 217 144 24
Binary 0 1100101 100111 1100100 0 111101 111100 10001111 1100100 10100

Color Harmonies of #006527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006527

Black with #006527

Text Example


Text Example

White with #006527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006527; }

 p { color: rgb(0,101,39); }

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

background-color css

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

 a { background-color: rgb(0,101,39); }

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

border-color css

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

 span { border-color: rgb(0,101,39); }

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