Html Css Color HEX #334103 Turtle Green

📋 copy color: '#334103'

red 51 ◦ green 65 ◦ blue 3

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

Shades of Turtle Green #334103

Tints of Turtle Green #334103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.62%

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 42.86%
G = 54.62%
B = 2.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#334103 (or 0x334103) is known color: Turtle Green. HEX triplet: 33, 41 and 03. RGB value is (51,65,3). Sum of RGB (Red+Green+Blue) = 51+65+3=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #334103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334103 is #CCBEFC. Grayscale: #353535. Windows color (decimal): -13418237 or 213299. OLE color: 213299.

HSL color Cylindrical-coordinate representation of color #334103: hue angle of 73.55º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #334103 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 65 3 -
CMYK 0.22 0 0.95 0.75
HSL 73.55º 0.91% 0.13% -
HSV(B) 73.55º 0.95% 0.25% -
XYZ 3.27 4.49 0.78 -
YUV 53.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 51 65 3 0.22 0 0.95 0.75 73.55 0.91 0.13
Hex 33 41 3 16 0 5F 4B 4A 5B D
Octal 63 101 3 26 0 137 113 112 133 15
Binary 110011 1000001 11 10110 0 1011111 1001011 1001010 1011011 1101

Color Harmonies of #334103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334103

Black with #334103

Text Example


Text Example

White with #334103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334103; }

 p { color: rgb(51,65,3); }

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

background-color css

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

 a { background-color: rgb(51,65,3); }

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

border-color css

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

 span { border-color: rgb(51,65,3); }

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