Html Css Color HEX #06C334 Dark Pastel Green

📋 copy color: '#06C334'

red 6 ◦ green 195 ◦ blue 52

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

Shades of Dark Pastel Green #06C334

Tints of Dark Pastel Green #06C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 77.08%

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 2.37%
G = 77.08%
B = 20.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#06C334 (or 0x06C334) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 34. RGB value is (6,195,52). Sum of RGB (Red+Green+Blue) = 6+195+52=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #06C334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C334 is #F93CCB. Grayscale: #7A7A7A. Windows color (decimal): -16334028 or 3457798. OLE color: 3457798.

HSL color Cylindrical-coordinate representation of color #06C334: hue angle of 134.6º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C334 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 195 52 -
CMYK 0.97 0 0.73 0.24
HSL 134.6º 0.94% 0.39% -
HSV(B) 134.6º 0.97% 0.76% -
XYZ 20.21 39.32 9.77 -
YUV 122.19 88.38 45.13 -
System Red Green Blue C M Y K H S L
Decimal 6 195 52 0.97 0 0.73 0.24 134.6 0.94 0.39
Hex 6 C3 34 61 0 49 18 87 5E 27
Octal 6 303 64 141 0 111 30 207 136 47
Binary 110 11000011 110100 1100001 0 1001001 11000 10000111 1011110 100111

Color Harmonies of #06C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C334

Black with #06C334

Text Example


Text Example

White with #06C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C334; }

 p { color: rgb(6,195,52); }

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

background-color css

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

 a { background-color: rgb(6,195,52); }

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

border-color css

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

 span { border-color: rgb(6,195,52); }

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