Html Css Color HEX #334A01 Turtle Green

📋 copy color: '#334A01'

red 51 ◦ green 74 ◦ blue 1

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

Shades of Turtle Green #334A01

Tints of Turtle Green #334A01

RGB

 RED value IS 51 (20.31% from 255) = 40.48%

 GREEN value IS 74 (29.3% from 255) = 58.73%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 40.48%
G = 58.73%
B = 0.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#334A01 (or 0x334A01) is known color: Turtle Green. HEX triplet: 33, 4A and 01. RGB value is (51,74,1). Sum of RGB (Red+Green+Blue) = 51+74+1=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #334A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334A01 is #CCB5FE. Grayscale: #3B3B3B. Windows color (decimal): -13415935 or 84531. OLE color: 84531.

HSL color Cylindrical-coordinate representation of color #334A01: hue angle of 78.9º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #334A01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 74 1 -
CMYK 0.31 0 0.99 0.71
HSL 78.9º 0.97% 0.15% -
HSV(B) 78.9º 0.99% 0.29% -
XYZ 3.82 5.6 0.91 -
YUV 58.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 51 74 1 0.31 0 0.99 0.71 78.9 0.97 0.15
Hex 33 4A 1 1F 0 63 47 4F 61 F
Octal 63 112 1 37 0 143 107 117 141 17
Binary 110011 1001010 1 11111 0 1100011 1000111 1001111 1100001 1111

Color Harmonies of #334A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A01

Black with #334A01

Text Example


Text Example

White with #334A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A01; }

 p { color: rgb(51,74,1); }

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

background-color css

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

 a { background-color: rgb(51,74,1); }

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

border-color css

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

 span { border-color: rgb(51,74,1); }

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