Html Css Color HEX #349F00 Kelly Green

📋 copy color: '#349F00'

red 52 ◦ green 159 ◦ blue 0

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

Shades of Kelly Green #349F00

Tints of Kelly Green #349F00

RGB

 RED value IS 52 (20.7% from 255) = 24.64%

 GREEN value IS 159 (62.5% from 255) = 75.36%

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

R = 24.64%
G = 75.36%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#349F00 (or 0x349F00) is known color: Kelly Green. HEX triplet: 34, 9F and 00. RGB value is (52,159,0). Sum of RGB (Red+Green+Blue) = 52+159+0=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #349F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349F00 is #CB60FF. Grayscale: #6D6D6D. Windows color (decimal): -13328640 or 40756. OLE color: 40756.

HSL color Cylindrical-coordinate representation of color #349F00: hue angle of 100.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #349F00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 159 0 -
CMYK 0.67 0 1 0.38
HSL 100.38º 1% 0.31% -
HSV(B) 100.38º 1% 0.62% -
XYZ 13.81 25.53 4.2 -
YUV 108.88 66.55 87.43 -
System Red Green Blue C M Y K H S L
Decimal 52 159 0 0.67 0 1 0.38 100.38 1 0.31
Hex 34 9F 0 43 0 64 26 64 64 1F
Octal 64 237 0 103 0 144 46 144 144 37
Binary 110100 10011111 0 1000011 0 1100100 100110 1100100 1100100 11111

Color Harmonies of #349F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F00

Black with #349F00

Text Example


Text Example

White with #349F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349F00; }

 p { color: rgb(52,159,0); }

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

background-color css

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

 a { background-color: rgb(52,159,0); }

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

border-color css

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

 span { border-color: rgb(52,159,0); }

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