Html Css Color HEX #066230 Crusoe

📋 copy color: '#066230'

red 6 ◦ green 98 ◦ blue 48

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

Shades of Crusoe #066230

Tints of Crusoe #066230

RGB

 RED value IS 6 (2.73% from 255) = 3.95%

 GREEN value IS 98 (38.67% from 255) = 64.47%

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 3.95%
G = 64.47%
B = 31.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#066230 (or 0x066230) is known color: Crusoe. HEX triplet: 06, 62 and 30. RGB value is (6,98,48). Sum of RGB (Red+Green+Blue) = 6+98+48=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #066230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066230 is #F99DCF. Grayscale: #404040. Windows color (decimal): -16358864 or 3170822. OLE color: 3170822.

HSL color Cylindrical-coordinate representation of color #066230: hue angle of 147.39º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066230 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 98 48 -
CMYK 0.94 0 0.51 0.62
HSL 147.39º 0.88% 0.2% -
HSV(B) 147.39º 0.94% 0.38% -
XYZ 4.98 8.99 4.27 -
YUV 64.79 118.52 86.07 -
System Red Green Blue C M Y K H S L
Decimal 6 98 48 0.94 0 0.51 0.62 147.39 0.88 0.2
Hex 6 62 30 5E 0 33 3E 93 58 14
Octal 6 142 60 136 0 63 76 223 130 24
Binary 110 1100010 110000 1011110 0 110011 111110 10010011 1011000 10100

Color Harmonies of #066230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066230

Black with #066230

Text Example


Text Example

White with #066230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066230; }

 p { color: rgb(6,98,48); }

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

background-color css

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

 a { background-color: rgb(6,98,48); }

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

border-color css

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

 span { border-color: rgb(6,98,48); }

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