Html Css Color HEX #349C04 Kelly Green

📋 copy color: '#349C04'

red 52 ◦ green 156 ◦ blue 4

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

Shades of Kelly Green #349C04

Tints of Kelly Green #349C04

RGB

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

 GREEN value IS 156 (61.33% from 255) = 73.58%

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 24.53%
G = 73.58%
B = 1.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#349C04 (or 0x349C04) is known color: Kelly Green. HEX triplet: 34, 9C and 04. RGB value is (52,156,4). Sum of RGB (Red+Green+Blue) = 52+156+4=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #349C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C04 is #CB63FB. Grayscale: #6C6C6C. Windows color (decimal): -13329404 or 302132. OLE color: 302132.

HSL color Cylindrical-coordinate representation of color #349C04: hue angle of 101.05º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #349C04 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 4 -
CMYK 0.67 0 0.97 0.39
HSL 101.05º 0.95% 0.31% -
HSV(B) 101.05º 0.97% 0.61% -
XYZ 13.33 24.52 4.14 -
YUV 107.58 69.54 88.36 -
System Red Green Blue C M Y K H S L
Decimal 52 156 4 0.67 0 0.97 0.39 101.05 0.95 0.31
Hex 34 9C 4 43 0 61 27 65 5F 1F
Octal 64 234 4 103 0 141 47 145 137 37
Binary 110100 10011100 100 1000011 0 1100001 100111 1100101 1011111 11111

Color Harmonies of #349C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C04

Black with #349C04

Text Example


Text Example

White with #349C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,156,4); }

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

background-color css

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

 a { background-color: rgb(52,156,4); }

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

border-color css

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

 span { border-color: rgb(52,156,4); }

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