Html Css Color HEX #006330 Crusoe

📋 copy color: '#006330'

red 0 ◦ green 99 ◦ blue 48

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

Shades of Crusoe #006330

Tints of Crusoe #006330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 67.35%

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

R = 0%
G = 67.35%
B = 32.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#006330 (or 0x006330) is known color: Crusoe. HEX triplet: 00, 63 and 30. RGB value is (0,99,48). Sum of RGB (Red+Green+Blue) = 0+99+48=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #006330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006330 is #FF9CCF. Grayscale: #3F3F3F. Windows color (decimal): -16751824 or 3171072. OLE color: 3171072.

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

Color convert

RGB 0 99 48 -
CMYK 1 0 0.52 0.61
HSL 149.09º 1% 0.19% -
HSV(B) 149.09º 1% 0.39% -
XYZ 5 9.14 4.3 -
YUV 63.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 0 99 48 1 0 0.52 0.61 149.09 1 0.19
Hex 0 63 30 64 0 34 3D 95 64 13
Octal 0 143 60 144 0 64 75 225 144 23
Binary 0 1100011 110000 1100100 0 110100 111101 10010101 1100100 10011

Color Harmonies of #006330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006330

Black with #006330

Text Example


Text Example

White with #006330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006330; }

 p { color: rgb(0,99,48); }

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

background-color css

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

 a { background-color: rgb(0,99,48); }

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

border-color css

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

 span { border-color: rgb(0,99,48); }

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