Html Css Color HEX #38490F Turtle Green

📋 copy color: '#38490F'

red 56 ◦ green 73 ◦ blue 15

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

Shades of Turtle Green #38490F

Tints of Turtle Green #38490F

RGB

 RED value IS 56 (22.27% from 255) = 38.89%

 GREEN value IS 73 (28.91% from 255) = 50.69%

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

R = 38.89%
G = 50.69%
B = 10.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#38490F (or 0x38490F) is known color: Turtle Green. HEX triplet: 38, 49 and 0F. RGB value is (56,73,15). Sum of RGB (Red+Green+Blue) = 56+73+15=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #38490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38490F is #C7B6F0. Grayscale: #3D3D3D. Windows color (decimal): -13088497 or 1001784. OLE color: 1001784.

HSL color Cylindrical-coordinate representation of color #38490F: hue angle of 77.59º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38490F is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 15 -
CMYK 0.23 0 0.79 0.71
HSL 77.59º 0.66% 0.17% -
HSV(B) 77.59º 0.79% 0.29% -
XYZ 4.1 5.64 1.32 -
YUV 61.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 56 73 15 0.23 0 0.79 0.71 77.59 0.66 0.17
Hex 38 49 F 17 0 4F 47 4E 42 11
Octal 70 111 17 27 0 117 107 116 102 21
Binary 111000 1001001 1111 10111 0 1001111 1000111 1001110 1000010 10001

Color Harmonies of #38490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38490F

Black with #38490F

Text Example


Text Example

White with #38490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,73,15); }

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

background-color css

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

 a { background-color: rgb(56,73,15); }

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

border-color css

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

 span { border-color: rgb(56,73,15); }

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