Html Css Color HEX #40430F Turtle Green

📋 copy color: '#40430F'

red 64 ◦ green 67 ◦ blue 15

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

Shades of Turtle Green #40430F

Tints of Turtle Green #40430F

RGB

 RED value IS 64 (25.39% from 255) = 43.84%

 GREEN value IS 67 (26.56% from 255) = 45.89%

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 43.84%
G = 45.89%
B = 10.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#40430F (or 0x40430F) is known color: Turtle Green. HEX triplet: 40, 43 and 0F. RGB value is (64,67,15). Sum of RGB (Red+Green+Blue) = 64+67+15=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #40430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40430F is #BFBCF0. Grayscale: #3C3C3C. Windows color (decimal): -12565745 or 1000256. OLE color: 1000256.

HSL color Cylindrical-coordinate representation of color #40430F: hue angle of 63.46º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40430F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 15 -
CMYK 0.04 0 0.78 0.74
HSL 63.46º 0.63% 0.16% -
HSV(B) 63.46º 0.78% 0.26% -
XYZ 4.21 5.14 1.22 -
YUV 60.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 64 67 15 0.04 0 0.78 0.74 63.46 0.63 0.16
Hex 40 43 F 4 0 4E 4A 3F 3F 10
Octal 100 103 17 4 0 116 112 77 77 20
Binary 1000000 1000011 1111 100 0 1001110 1001010 111111 111111 10000

Color Harmonies of #40430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40430F

Black with #40430F

Text Example


Text Example

White with #40430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40430F; }

 p { color: rgb(64,67,15); }

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

background-color css

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

 a { background-color: rgb(64,67,15); }

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

border-color css

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

 span { border-color: rgb(64,67,15); }

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